home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-12-04 | 532 b | 37 lines | [TEXT/TPLM] |
-
- AutoType "ATDT849-2684^M"
- Set Timer 10
- @Label0
- If Prompt = "CONNECT" Then @Label1
- If Prompt = "NO CARRIER" Then @Stop
- If Timer Off Then @Stop
- GoTo @Label 0
-
- @Label1
- If Prompt = "First Name?" Then @Label2
- GoTo @Label1
-
- @Label2
- AutoType "George^M"
- @Label3
- If Prompt = "Last Name?" Then @Label4
- GoTo @Label3
-
- @Label4
- AutoType "Jetson^M"
- @Label5
- If Prompt = "Is this correct?" Then @Label6
- GoTo @Label5
-
- @Label6
- AutoType "y"
- @Label7
- If Prompt = "Enter Your Password:" Then @Label8
- GoTo @Label7
-
- @Label8
- AutoType "Rastro^M"
-
- @Stop
- Quit
-